From: Richard M. Stallman Date: Sun, 29 Oct 1995 19:36:39 +0000 (+0000) Subject: (POP_FAILURE_POINT): Use .word.integer. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85746 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4fcecab1070609b0f372bdbf50dbe9a0a3ee4f5b;p=emacs.git (POP_FAILURE_POINT): Use .word.integer. --- diff --git a/src/regex.c b/src/regex.c index 41f2cafa539..e83e28dac1e 100644 --- a/src/regex.c +++ b/src/regex.c @@ -1295,7 +1295,7 @@ typedef struct { \ for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \ { \ - reg_info[this_reg].word = 0; \ + reg_info[this_reg].word.integer = 0; \ regend[this_reg] = 0; \ regstart[this_reg] = 0; \ } \